home *** CD-ROM | disk | FTP | other *** search
/ SuperView Productivity Suite 2 / SuperView Productivity Suite 2.iso / BONUS / Support / SVConvert / svconvert.history < prev    next >
Encoding:
Text File  |  1999-08-21  |  3.0 KB  |  72 lines

  1.  
  2. History:
  3.  
  4.   1.0 - 22.02.1999
  5.   ================
  6.  
  7.          - Initial Release
  8.  
  9.   1.1 - 02.04.1999
  10.   ================
  11.  
  12.           - Changed code so that it is easier to add more of the graph formats
  13.             supported by SViewII/SViewNG. The supported formats are held in a compound
  14.             variable initialised in code at the bottom of the script. The compound variable
  15.             consists of the following items (all separated by |):
  16.  
  17.                  <image format>             - File format passed to script
  18.                  <suffix>                   - Suffix to be added to converted files
  19.                  <compression available?>   - Whether the image format supports compression
  20.                  <uncompressed savetype>    - SViewII Save type
  21.                  <compressed savetype>      - SViewII Save type (compressed)
  22.  
  23.           - Fixed small error. Whilst testing the latest changes I noticed that the scripts
  24.             error tidy up section was mis-coded.
  25.  
  26.           - Fixed error caused when user selects directories. The script ignored them but it
  27.             caused a corresponding number of selected files not to be converted.
  28.  
  29.           - Added the option to delete the source files after conversion. Had to add
  30.             processing to get SViewII to read a dummy file so that it would unlock
  31.             the current file for deletion. It took a while for me to work out why the
  32.             script sometimes wouldn't delete files.
  33.  
  34.           - Amended example button bank and Start Menu to use the DOpus5: assignment.
  35.             In the original version they used the complete path which meant they had
  36.             to be amended before they could be used. Thanks to Ed Barcik for letting
  37.             me know.
  38.  
  39.   1.2 - 17.08.1999
  40.   ================
  41.  
  42.           - Changed my Email address. I've moved over to Wirenet.
  43.  
  44.           - Made small alteration to the script so it will use German or English
  45.             in its requestors depending on the User's Locale settings.
  46.             Thanks to Oliver Molz for providing the translations.
  47.  
  48.           - Added the following graphic formats: Targa (TGA)
  49.                                                  ACBM uncompressed
  50.                                                  PNM PGM (P5)
  51.                                                  PNM PPM (P6)
  52.                                                  SGI
  53.                                                  YUVN (411)
  54.                                                  SunRaster (RAS)
  55.  
  56.   1.2a - 21.08.1999
  57.   =================
  58.  
  59.           - Added a small improvement which was suggested to me by Ulrich Falke
  60.             to correctly handle filenames which have a numeric suffix
  61.             (eg pic.001, pic.002...). Ulrich Falke is the author of the script
  62.             SVProPics which can also be used with the SViewII program.
  63.  
  64.  
  65. Future:
  66.           - Produce statistics on files processed?
  67.  
  68.           - Add ability to perform some of the SV Operators on images as they are
  69.             converted?
  70.  
  71.           - Add support of other Languages? Translations anyone?
  72.